home *** CD-ROM | disk | FTP | other *** search
- Spreadsheet Function: LOG()
- Synopsis:
-
- @LOG(exp)
-
- Description:
-
- This returns the natural logarithm (base e) of the
- expression. The expression must be greater than 0.
-
- Note: Trig functions are all specified in radians.
- If you need to convert between degrees and radians,
- the functions, @RAD and @DEG will help.
-
- Examples:
-
- @LOG(2) would give 0.30103.
- *
- Using Functions
- Usefunc.help
- Maths Operators
- operators.help